chess heuristic

Terms from Artificial Intelligence: humans at the heart of algorithms

Page numbers are for draft copy at present; they will be replaced with correct numbers when final book is formatted. Chapter numbers are correct and will not change now.

Computer chess programs typically use some form of heuristics to assess how good a board position is, or other aspects of the game play. These chess heuristics can then be used with game tree search techniques such as minimax or Monti Carlo tree search. In older chess programs the heurstic might be hand codes, but now the heurustic may be a value network or policy network; forms of deep neuarl network that have been trained on real or simulated games.

Used on Chap. 11: page 228